|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnetwork.Message
Message Klasse Stellt ein Antwort Packet in der Client/Server Kommunikation dar und kann entweder ein Status od. ein Error sein
| Field Summary | |
static int |
AUTHERR
|
static int |
FILEERR
|
static int |
IMGAVAIL
|
static int |
LINEIMP
|
static int |
MOTIMP
|
static int |
NOTRANSOBJ
|
static int |
POS
|
static int |
POSIMP
|
static int |
POSOCC
|
static int |
REFRESH_FTP
|
static int |
WAYIMP
|
| Constructor Summary | |
Message(int i)
Konstruktor der empafangenes Byte-Array(NetMessage) übernimmt und Message zusammenstellt |
|
Message(NetMessage nm)
Konstruktor der empafangenes Byte-Array(NetMessage) übernimmt und Message zusammenstellt |
|
| Method Summary | |
float |
getfParam1()
|
float |
getfParam2()
|
float |
getfParam3()
|
int |
getID()
GET - Methoden |
int |
getiParam()
|
void |
setfParam1(float f)
|
void |
setfParam2(float f)
|
void |
setfParam3(float f)
|
void |
setID(int i)
|
void |
setiParam(int i)
SET - Methoden |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int POS
public static final int IMGAVAIL
public static final int REFRESH_FTP
public static final int POSIMP
public static final int POSOCC
public static final int WAYIMP
public static final int MOTIMP
public static final int FILEERR
public static final int LINEIMP
public static final int NOTRANSOBJ
public static final int AUTHERR
| Constructor Detail |
public Message(int i)
i - ID der Nachrichtpublic Message(NetMessage nm)
nm - NetMessage Objekt das in ein Message umgewandelt werden soll| Method Detail |
public int getID()
public int getiParam()
public float getfParam1()
public float getfParam2()
public float getfParam3()
public void setiParam(int i)
public void setfParam1(float f)
public void setfParam2(float f)
public void setfParam3(float f)
public void setID(int i)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||